DefaultShowDropdownCallback

class DefaultShowDropdownCallback : DefaultCallback, ShowDropdownCallback

The default ShowDropdownCallback implementation that shows a dropdown widget when user clicks on <select> HTML element in headless toolkits.

Constructors

Link copied to clipboard
constructor(parent: BrowserView)

Functions

Link copied to clipboard
open fun on(params: ShowDropdownCallback.Params, action: ShowDropdownCallback.Action)
Invoked when the callback needs a response for the given callback parameters.